home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / SICL / data1.cab / sicl32 / c / samples / misc / bc32.mak next >
Encoding:
Makefile  |  2001-03-02  |  341 b   |  16 lines

  1. all: ERRHAND.exe    \
  2.      ERRHAND2.exe   \
  3.      FORMATIO.exe   \
  4.      GPIOINTR.exe   \
  5.      GPIOMEAS.exe   \
  6.      GPIBDV.exe     \
  7.      GPIBSTAT.exe   \
  8.      LANDEV.exe     \
  9.      LOCKING.exe    \
  10.      NONFMT.exe     \
  11.      SER_DEV.exe    \
  12.      SER_INTF.exe
  13.  
  14. .c.exe:
  15.    bcc32 -Ic:\sicl\c -DWIN32 $*.c c:\sicl\c\bcsicl32.lib
  16.